ArrayDeleteAt(array, position)


Returns a Boolean TRUE on successful completion.

See also ArrayInsertAt.

array

Name of the array in which you want to delete index data specified in position.

position

Array position containing the data you want to delete.